12 Hour Time Format
Question
You can find this question from this link 👉Time Format
Answer
You can find the solution to the question from the video below
The Parameters for the Workflow are given below

The Code Snippet is as follows
actual start = input.Start_Time_hr + ":" + input.Start_Time_min +
input.Start_Time_merdian;
formatted_start = actual_start.toTime("hh:mma");
input.Actual_Time = formatted_start;




